home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- MainItems.h
-
- Main Item Constants
-
- Copyright © 1996 Dan Crevier. All rights reserved.
-
- Generated by Visual Architect™
-
- This file is rewritten each time you generate code. You should not
- make changes to this file.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "Items.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
-
- // Item numbers for each item.
- //
- // Use TCLGetItemPointer (ViewUtilities) to convert these
- // item numbers to a pointer to the named item.
-
- enum
- {
- Main_Begin_,
- kMain_Butn4 = 1,
- kMain_Butn4ID = 1L,
- kMain_TextField = 2,
- kMain_TextFieldID = 2L,
- kMain_Stat14 = 3,
- kMain_Stat14ID = 3L,
- kMain_DlgText = 4,
- kMain_DlgTextID = 4L,
- kMain_Stat18 = 5,
- kMain_Stat18ID = 5L,
- Main_End_
- };
-